[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_CloseLst()        Close a list of databases

Description:

  VS_CloseLst() will close a list of open databases.

Syntax:     

  VS_CloseLst( ac_DbfList )

Pass:       

  ac_DbfList is an array of character expression each representing
  the ALIAS() name of an open database.

Return:     

  Nothing

Notes:      

  VS_CloseLst() is ideally suited to be used in concert with
  VS_OpenLst().

Example:    

  LOCAL ac_DbfList := {}
  AADD( ac_DbfList, "DBF_ONE" )
  AADD( ac_DbfList, "DBF_TWO" )
  AADD( ac_DbfList, "DBF_THREE" )
  IF VS_OpenLst(ac_DbfList)
     ...
     ...
     VS_CloseLst(ac_DbfList)
  ENDIF
  ...

Usage:      

See Also: VS_OpenLst()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson